home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / utilities / _apps_3 / smallapps2 / _serialink / serialink < prev   
Encoding:
Text File  |  1992-05-07  |  2.8 KB  |  64 lines

  1.  ReadMe file for !Serialink.  |  Nick Furniss, Bracknell. (0344 54588)
  2.  
  3.  The procedure below will transfer a Basic program from Archimedes
  4.  to the BBC.   Both the Archimedes and BBC must be set to the same
  5.  baud rates and data format.  The default values for the Arc should
  6.  work.  Both machines must be running under Basic.  The program must
  7.  be in a version of basic acceptable to both machines.
  8.  
  9.  1 Spool the tokenised Basic file to obtain a "plain language" file
  10.  2 Set BBC and Arc to Basic
  11.  3 On Arc; enter *fx3,1 to echo screen to RS423
  12.  4 On BBC; enter *fx2,1 to switch console input from keyboard to RS423
  13.  5 On Arc; enter *print <plain language file name>
  14.  6 Observe BBC. The file should appear as if *exec had been used
  15.  7 The final *spool and syntax message shows end of file. Press ESCAPE
  16.  8 Check there is a single Basic prompt on BBC screen
  17.  9 On Arc; enter *fx2,0  to switch ** BBC input state **
  18.  10 Check BBC to make sure keyboard input has been restored
  19.  11 On Arc; enter *fx3,0 to restore Arc output state
  20.  12 List file on BBC and if all ok, save to disc.
  21.  
  22.  
  23.          ---------------------------- ' ----------------------------
  24.  
  25.       PROGRAM: !Serialink.!RunImage
  26.  
  27.      Transfer the !Serialink.!RunImage program to the BBC by steps
  28.      1 to 12 above.
  29.      Save and run the program on the BBC.  Run the program on Arc.
  30.  
  31.                           ***     IMPORTANT     ***
  32.                  Pressing RETURN when buffer size is requested
  33.                  gives default size of 20480.   Change default
  34.                  maxsize% (at line 40) to suit BBC memory size
  35.                  if your system does not have a 2nd processor.
  36.  
  37.                  There's a restriction on the file name length
  38.                  to suit the BBC.  To get over this, copy adfs
  39.                  files for transmission, to the root directory,
  40.                  and restrict the copy-to file's name to seven
  41.                  characters.  <xcom> is suggested.  Similarly,
  42.                  use a relay file for saving the buffer, (Arc)
  43.  
  44.  
  45.      All instuctions for operation of the comms package appear on the
  46.      screen.  On starting the program, you are asked for a buffer size.
  47.      Pressing return gives the default. The buffer is then initialised.
  48.      You should then press SPACE and ESCAPE when requested.  This brings
  49.      up a Cmd.? prompt on the bottom section of the screen.  Pressing <H>
  50.      displays the commands for about 2 seconds.  Communication will not
  51.      take place when the Cmd.? prompt is displayed.  To cancel, press
  52.      ESCAPE again.  All commands are given by pressing a single key.
  53.      Commands are NOT case sensitive.  For commands, the bottom window
  54.      of the screen is in page mode.  Press SHIFT to scroll the window.
  55.  
  56.  
  57.      Experiment with the linked system and add your own procedures.
  58.  
  59.      Good luck.
  60.  
  61.      11 Aug 1989
  62.  
  63.  
  64.